All Questions
561 questions
0votes
0answers
336views
How do you kick off a js function on expansion of an aria-expanded div in AngularJS?
I have an accordion that I have implemented using aria-expanded in my AngularJS app. It looks as follows: <div aria-controls="something_{{$id}}" aria-expanded="false" ng-click="vm.myFunction(...
0votes
1answer
466views
Multi column unordered list
I have these 8 items in my unordered list. What I want to do is display first 4 items and wrap the next 4 to a second 'column'. Once the browser window gets smaller to a bootstrap col-xs-12 then it ...
1vote
2answers
3kviews
how to restrict user not to enter more than ten character name?
Could you please tell me how to restrict user not to enter ten character in name field? If user enter more than 10 character than he will not able to enter that. Please suggest a better way? http://...
0votes
2answers
948views
why date picker not showing red border in angularjs + bootstrap?
I am using angularjs with bootstrap .I have one invalid field in form .I need to make red it border when it is invalid (text become red).there is a class in bootstrap .has-error http://getbootstrap....
1vote
3answers
948views
Bootstrap 4 carousel not working with AngularJS UI-Bootstrap
I am trying to use angular based carousel in my bootstrap 4 website. When I use bootstrap 3(bootstrap.min.css) its working good. when I try change bootstrap 4 (bootstrap.min.js) its not working. I don'...
2votes
1answer
2kviews
How to change Angular-UI Bootstrap Datepicker popup's style using CSS?
I'm using ui-bootstrap-tpls-2.5.0.min.js. I changed dropdown-menu's backgorund color like this in specific html. .dropdown-menu { background-color: transparent; box-shadow: none; } But it makes ...
0votes
1answer
299views
Angular Bootstrap modal with embedded directive -- can't get value out?
I have a pretty simple custom directive which presents a form to enter a numeric value. This directive is embedded inside a modal dialog box that is triggered when required. While I can pass data ...
1vote
0answers
497views
AngularJS typeahead directive - get result on select?
I have been trying to implement a bootstrap Typeahead element in my angular project but the examples provided here are pretty complicated and I can't quite parse which of these attributes controls how ...
0votes
1answer
770views
Conditional heading color using uib-accordion
I am using angular-ui with my angularjs application. I have an accordion (uib-accordion) element on my page. Its content, name and state (opened/closed) are bind to an array in the controller. I want ...
0votes
1answer
834views
ui.bootstrap.accordion not working with Bootstrap v4
I tried using the accordion from https://angular-ui.github.io/bootstrap/#!#accordion and after hours of trying and not getting the desired results, I changed the bootstrap version from 4.0.0 to 3.0.0 ...
-1votes
3answers
179views
How to show <div> as responsive drop down list using bootstrap [closed]
show <div> list as responsive drop down list under second textbox from the give JsFiddle using bootstrap JsFiddle I have two textbox with Col-xs-6. In that I want output like this image
0votes
0answers
639views
Close Button Does Not Display in ui.bootstrap Alert
I am using ui.bootstrap alerts to display messages to users. However, the close button does not display. I'm developing an asp.Net application environment specifically in DNN. That's the only thing I ...
0votes
2answers
44views
Hide Bootstrap Table Rows in AngularJS (1.6)
I have a long table and I'd like to show only the first three entries by default. I'd like to provide something like the table entitled "Additional Metadata" shown on this page with a 'see more' ...
0votes
1answer
481views
how to close popovers created in an ng repeat
using angular ui bootstrap I am creating modals with an ng repeat. I put a small example in a plunker. https://plnkr.co/edit/lpaArn6ewYIbIMjHBb2s?p=preview I am trying to figure out how to have the ...
3votes
0answers
633views
Angular Bootstrap UIB-Datepicker-Popup Search Filtering and Clearing
I've scoured the web and SO for answers to two UI Bootstrap questions but haven't had any luck so far. I have an Angular 1.5.8 app using the UI Bootstrap uib-datepicker-popup directive for start_date ...